home *** CD-ROM | disk | FTP | other *** search
- object dxfmPageNumberFormat: TdxfmPageNumberFormat
- Left = 434
- Top = 210
- BorderStyle = bsDialog
- Caption = 'Change Page Number Format'
- ClientHeight = 209
- ClientWidth = 247
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblPageNumberFormat: TLabel
- Left = 6
- Top = 15
- Width = 78
- Height = 13
- Caption = 'Number &Format:'
- FocusControl = cbxPageNumberingFormat
- OnClick = lblPageNumberFormatClick
- end
- object bvlStartAtHolder: TBevel
- Left = 113
- Top = 93
- Width = 129
- Height = 22
- Visible = False
- end
- object Bevel1: TBevel
- Left = 111
- Top = 49
- Width = 132
- Height = 5
- Shape = bsBottomLine
- end
- object Bevel2: TBevel
- Left = 6
- Top = 119
- Width = 237
- Height = 5
- Shape = bsBottomLine
- end
- object lblPageNumbering: TLabel
- Left = 7
- Top = 45
- Width = 78
- Height = 13
- Caption = 'Page Numbering'
- end
- object Bevel3: TBevel
- Left = 6
- Top = 166
- Width = 237
- Height = 4
- Shape = bsBottomLine
- end
- object btnOK: TButton
- Left = 6
- Top = 180
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 87
- Top = 180
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object btnHelp: TButton
- Left = 168
- Top = 180
- Width = 75
- Height = 23
- Caption = '&Help'
- TabOrder = 2
- end
- object cbxPageNumberingFormat: TComboBox
- Left = 113
- Top = 12
- Width = 130
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = cbxPageNumberingFormatChange
- Items.Strings = (
- '1, 2, 3, 3, 4, ...'
- 'a, b, c, d, e, ...'
- 'A, B, C, D, E, ...'
- 'i, ii, iii, iv, v, ...'
- 'I, II, III, IV, V, ...')
- end
- object btnDefault: TButton
- Left = 154
- Top = 135
- Width = 89
- Height = 23
- Caption = '&Default...'
- TabOrder = 4
- OnClick = btnDefaultClick
- end
- object rbtnContinueFromPrevSection: TRadioButton
- Left = 13
- Top = 69
- Width = 228
- Height = 17
- Caption = 'Continue from Previous Section'
- Checked = True
- TabOrder = 5
- TabStop = True
- OnClick = rbtnContinueFromPrevSectionClick
- end
- object rbtnStartAt: TRadioButton
- Left = 13
- Top = 96
- Width = 92
- Height = 17
- Caption = 'Start &at:'
- TabOrder = 6
- OnClick = rbtnStartAtClick
- end
- end
-